home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 August / DPPCPRO0805.ISO / Assets / Interface / Main.dxr / Frame Scripts_5_Loop frame script.ls < prev    next >
Encoding:
Text File  |  2005-05-20  |  276 b   |  13 lines

  1. on exitFrame me
  2.   global forgetInstallDialog, installDialog
  3.   if forgetInstallDialog then
  4.     if objectp(installDialog) then
  5.       installDialog.close()
  6.       installDialog.forget()
  7.       mwmEnableControls()
  8.     end if
  9.     forgetInstallDialog = 0
  10.   end if
  11.   go(the frame)
  12. end
  13.